home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineSprite_25_mcStatus / frame_13 / DoAction.as
Text File  |  2008-03-12  |  111b  |  9 lines

  1. if(pause == "stop")
  2. {
  3.    stop();
  4. }
  5. else if(pause >= getTimer())
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.